home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 64
/
Volume 64 - JOGO DISK .iso
/
Games
/
We_Are_Human.swf
/
scripts
/
DefineSprite_44_scream
/
frame_1
/
DoAction.as
Wrap
Text File
|
2008-04-25
|
285b
|
15 lines
onEnterFrame = function()
{
_Y = _Y + 7;
if(this.hit.hitTest(_root.p1.bod))
{
_root.addScore(-2000);
this.removeMovieClip();
}
if(this._x > 700 or this._x < -100 or this._y > 600 or _Y < -100)
{
this.removeMovieClip();
}
};
stop();